From: Kim F. Storm Date: Fri, 27 Feb 2004 23:46:47 +0000 (+0000) Subject: (kbd_buffer_store_event_hold): Add prototype. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23912 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5f1ea22f76b3a3dc7b0917ecf6482ce96b24dfe7;p=emacs.git (kbd_buffer_store_event_hold): Add prototype. (gen_help_event): Fix prototype. --- diff --git a/src/keyboard.h b/src/keyboard.h index a2121540e49..d92f13a5059 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -329,13 +329,15 @@ extern void timer_start_idle P_ ((void)); extern void timer_stop_idle P_ ((void)); extern int lucid_event_type_list_p P_ ((Lisp_Object)); extern void kbd_buffer_store_event P_ ((struct input_event *)); +extern void kbd_buffer_store_event_hold P_ ((struct input_event *, + struct input_event *)); #ifdef POLL_FOR_INPUT extern void poll_for_input_1 P_ ((void)); #endif extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, Lisp_Object, int)); -extern int gen_help_event P_ ((struct input_event *, int, Lisp_Object, - Lisp_Object, Lisp_Object, Lisp_Object, int)); +extern void gen_help_event P_ ((Lisp_Object, Lisp_Object, Lisp_Object, + Lisp_Object, int)); extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object)); extern int kbd_buffer_events_waiting P_ ((int));